home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / stocks / stok_utl.zip / STOK_UTL.DOC < prev    next >
Text File  |  1996-02-10  |  6KB  |  116 lines

  1.  
  2.  
  3.                             Stock Utilities
  4.  
  5.                                written by
  6.  
  7.                               Terry Blount
  8.  
  9.  
  10.  The following utilities were written to help  track,  analyze  and  spot
  11.  trends in the stock marked based on using stock market  quotes  provided
  12.  by Planet Connect (and maybe other  services  using  the  same  format).
  13.  These utilities are provided for entertainment  purposes.  Don't  invest
  14.  your hard earned money on any stock because of  trends  these  utilities
  15.  may seem to suggest! The information fields in the  quotes  provided  by
  16.  Planet Connect are formatted as follows: Symbol, Last Sale Volume,  Last
  17.  sale price, Open price, Highest price today, Lowest price today, current
  18.  bid, current offer, Total volume today.
  19.  
  20.  
  21.                               COMPARE.EXE
  22.  
  23.  This is the main (and most powerful) utility.   It can check all  30,000
  24.  listings from any two quote files and compare the changes in each  stock
  25.  and calculate the percentage of loss or gain from one quote to  another.
  26.  It was written to run as fast as possible so there can be a problem when
  27.  there are more than two stocks in succession missing from the base file.
  28.  While the program is running it will be flashing the names of the stocks
  29.  it is working on. If it stops flashing those names and  starts  printing
  30.  several asterisk (*) on the screen then has encountered a problem. Press
  31.  ctrl-break and then remove the stock listed on your  screen  (that  came
  32.  from the first (base) file) when the problem occurred.  A utility  named
  33.  "TakeOut.exe" is included to make this easy.  This doesn't happen  often
  34.  but if there is a sharp decline in the market there could  be a  lot  of
  35.  stocks disappearing. As long as you are checking the prices of a group of
  36.  stocks that have extracted by "StokPick.exe" you'll probably never  run
  37.  into this problem.
  38.  
  39.  When you run Compare.exe you need the name of the oldest stock quote  on
  40.  the command line as the first parameter... and the  name  of  the  newer
  41.  stock quote file on the command line as the second  parameter.   If  you
  42.  include a minus (-) as the third parameter the stocks that  declined  in
  43.  value will also be included... otherwise only the stocks that  showed  a
  44.  increase in price will be listed  in  the  outfile.   The  name  of  the
  45.  outfile is determined by the name of the two quotes. For example, if the
  46.  first quote file is  named  "Quote11"  and  the  second  file  is  named
  47.  "Quote22" the name of the outfile will be "11-22" It  may  be a  little
  48.  extra work, but when you extract the Quotes.asc files from the archives
  49.  it helps you keep them organized and makes these utilities work  better
  50.  if you rename the "Quotes.asc" to QUOTExx   ....where the "xx"  is  the
  51.  day the PCSTOKxx archive was created.
  52.  
  53.  This  is  the  format  that  Compare.exe  saves  the  information   to:
  54.  Stock Symbol - Percentage Change - Base quote Price - Last Quote  Price
  55.  
  56.  When the base quote price and last quote price are written the  decimal
  57.  is intentionally left out in order to make it easier for some  programs
  58.  to add a column of numbers.  A price such as 1075 is actually  10  3/4.
  59.  
  60.  * Remember this:  When a stock has lost value the percentage of  change
  61.  that is calculated by "Compare.exe" is NOT the  actual  percentage  the
  62.  stock dropped... rather it calculates the  percentage  the  stock  will
  63.  have to recover in order to regain the original value.    For  example:
  64.  If a stock is selling for $10 and it drops to $5 that is an actual loss
  65.  of %50 ...however, this same stock will have to  increase  by  %100  in
  66.  order to break even.  Compare.exe reports the  stock  as  100-  in  the
  67.  percentage column.
  68.  
  69.  Note: Stocks that aren't listed in fraction format AND stocks that  have
  70.  an asterisk in the price quote are ignored.
  71.  
  72.  
  73.                               MYSTOCKS.EXE
  74.  
  75.  This utility converts a list of  stocks  (in a  column  format)  into  a
  76.  format that is used by "StokPick.exe"   You  can  easily  track  several
  77.  portfolios simply by listing the stock symbols in a column  and  placing
  78.  them in double quotes is separate ascii files.  For example, one of your
  79.  list may look like this:
  80.  
  81.  "CHEV"
  82.  "GE"
  83.  "GM"
  84.  "MMM"
  85.  "XON"
  86.  
  87.  Mystocks will reformat the list and save it to a file name  Mystocks.lst
  88.  If you don't list the name of  your  ascii  file  on  the  command  line
  89.  Mystock.exe will default to look for  the  list  saved  under  the  name
  90.  Mystocks. This step will allow you to track a portfolio that can include
  91.  up to a thousand stocks and it makes the extraction process very  fast.
  92.  
  93.                               STOKPICK.EXE
  94.  
  95.  This utility exacts the list of stocks you want to  track  from  the  30
  96.  thousand (give or take a few)  that  are  listed  in  the  reports.   It
  97.  saves the selected stock quotes to a file named !Picked.  You  can  then
  98.  compare the "!Picked" list to a more current quote and quickly find  out
  99.  how well the portfolio is doing.
  100.  
  101.  
  102.                               GREATER.EXE
  103.  
  104.  If you combine several stock quote files... say the closing  quote  file
  105.  every  Wednesday...  all  into a  single  file...  you  can   then   run
  106.  "StokPick.exe" and extract the stocks you want to track from that  giant
  107.  file... and then  use the utility "FRA2DEC.EXE"  to  convert  the  stock
  108.  prices to decimal format... you'll then be ready to run "GREATER.EXE" to
  109.  show you which stocks are showing an increase in price each week.
  110.  
  111.  
  112.                               Terry Blount
  113.                               P.O. Box 36
  114.                              Bayou La Batre
  115.                              Alabama  36509
  116.